home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / Dice / src / rtCloseWindowSafely.asm < prev    next >
Assembly Source File  |  1992-07-09  |  155b  |  15 lines

  1.  
  2.     INCLUDE    "ReqTools.i"
  3.  
  4.     XDEF    _rtCloseWindowSafely
  5.  
  6. _rtCloseWindowSafely:
  7.     move.l    a6,-(a7)
  8.     RTB
  9.     move.l    8(a7),a0
  10.     jsr    -150(a6)
  11.     move.l    (a7)+,a6
  12.     rts
  13.  
  14.     END
  15.